Problème installation distant

Réduire
X
 
  • Filtrer
  • Heure
  • Afficher
Tout effacer
nouveaux messages

  • Problème installation distant

    Bonjour,

    Merci pour toutes ces bonnes infos sur le forum !

    J'ai un problème lors de l'installation de la derniers version de Joomla.
    Voici le message qui s'affiche lorsque je tape mon url :
    Your host needs to use PHP 5.3.1 or higher to run this version of Joomla!

    Pouvez vous m'aider ?
    Merci d'avance !!

  • #2
    Problème installation distant

    Bonjour,

    Merci pour toutes ces bonnes infos sur le forum !

    J'ai un problème lors de l'installation de la derniers version de Joomla.
    Voici le message qui s'affiche lorsque je tape mon url :
    Your host needs to use PHP 5.3.1 or higher to run this version of Joomla!

    Pouvez vous m'aider ?
    Merci d'avance !!

    Commentaire


    • #3
      Re : Problème installation distant

      tout est dans le message, il faut que tu utilises php 5.3.1 au minimum

      chez quel hébergeur es tu ?
      Christophe
      http://www.webcrea.fr

      Commentaire


      • #4
        Re : Problème installation distant

        Merci pour la réponse,

        Je suis chez OVH.

        Commentaire


        • #5
          Re : Problème installation distant

          dans le .htaccess insère

          SetEnv PHP_VER 5_3
          Christophe
          http://www.webcrea.fr

          Commentaire


          • #6
            Re : Problème installation distant

            Merci.

            Voici mon .htaccess.
            J'insere à quel niveau ?
            ##
            # @package Joomla
            # @copyright Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.
            # @license GNU General Public License version 2 or later; see LICENSE.txt
            ##

            ##
            # READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE!
            #
            # The line just below this section: 'Options +FollowSymLinks' may cause problems
            # with some server configurations. It is required for use of mod_rewrite, but may already
            # be set by your server administrator in a way that dissallows changing it in
            # your .htaccess file. If using it causes your server to error out, comment it out (add # to
            # beginning of line), reload your site in your browser and test your sef url's. If they work,
            # it has been set by your server administrator and you do not need it set here.
            ##

            ## Can be commented out if causes errors, see notes above.
            Options +FollowSymLinks

            ## Mod_rewrite in use.

            RewriteEngine On

            ## Begin - Rewrite rules to block out some common exploits.
            # If you experience problems on your site block out the operations listed below
            # This attempts to block the most common type of exploit `attempts` to Joomla!
            #
            # Block out any script trying to base64_encode data within the URL.
            RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
            # Block out any script that includes a <script> tag in URL.
            RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
            # Block out any script trying to set a PHP GLOBALS variable via URL.
            RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
            # Block out any script trying to modify a _REQUEST variable via URL.
            RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
            # Return 403 Forbidden header and show the content of the root homepage
            RewriteRule .* index.php [F]
            #
            ## End - Rewrite rules to block out some common exploits.

            ## Begin - Custom redirects
            #
            # If you need to redirect some pages, or set a canonical non-www to
            # www redirect (or vice versa), place that code here. Ensure those
            # redirects use the correct RewriteRule syntax and the [R=301,L] flags.
            #
            ## End - Custom redirects

            ##
            # Uncomment following line if your webserver's URL
            # is not directly related to physical file paths.
            # Update Your Joomla! Directory (just / for root).
            ##

            # RewriteBase /

            ## Begin - Joomla! core SEF Section.
            #
            RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
            # SetEnv PHP_VER 5_3
            # If the requested path and file is not /index.php and the request
            # has not already been internally rewritten to the index.php script
            RewriteCond %{REQUEST_URI} !^/index\.php
            # and the request is for something within the component folder,
            # or for the site root, or for an extensionless URL, or the
            # requested URL ends with one of the listed extensions
            RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [NC]
            # and the requested path and file doesn't directly match a physical file
            RewriteCond %{REQUEST_FILENAME} !-f
            # and the requested path and file doesn't directly match a physical folder
            RewriteCond %{REQUEST_FILENAME} !-d
            # internally rewrite the request to the index.php script
            RewriteRule .* index.php [L]
            #
            ## End - Joomla! core SEF Section.

            Commentaire


            • #7
              Re : Problème installation distant

              J'ai essayé de l'insérer dans le dernier paragraphe, mais cela ne fonctionne pas.

              Commentaire


              • #8
                Re : Problème début installation

                Bonjour,

                le message d'erreur est très parlant, la version php n'est pas suffisante.
                Regarder dans la FAQ de l'hébergeur comment modifier cette version.
                Pour apprendre à construire votre site web avec Joomla 3 : Joomla3! Le Livre Pour Tous : http://cinnk.com/joomla/3/le-livre-pour-tous

                Référencement Joomla! 10 astuces pour référencer son site web https://cinnk.com/articles/referencement-joomla-10-astuces-pour-referencer-son-site-web

                Créez votre boutique en ligne avec Joomla! & HikaShop http://cinnk.com/boutique/livres/cre...la-et-hikashop

                Commentaire


                • #9
                  Re : Problème installation distant

                  [MODO]Merci de ne pas poster en double, discussions fusionnées.[/MODO]
                  Pour apprendre à construire votre site web avec Joomla 3 : Joomla3! Le Livre Pour Tous : http://cinnk.com/joomla/3/le-livre-pour-tous

                  Référencement Joomla! 10 astuces pour référencer son site web https://cinnk.com/articles/referencement-joomla-10-astuces-pour-referencer-son-site-web

                  Créez votre boutique en ligne avec Joomla! & HikaShop http://cinnk.com/boutique/livres/cre...la-et-hikashop

                  Commentaire


                  • #10
                    Re : Problème installation distant

                    J'ai insere le SetEnv PHP_VER 5_3 et voila sur quoi je tombe :

                    Pré-installation
                    Si certains de ces éléments ne sont pas conformes (marqués Non) veuillez faire en sorte de les corriger en contactant votre hébergeur.
                    Si vous tentez de poursuivre, vous risquez de rencontrer des problèmes durant l'installation ou des dysfonctionnements lors de l'utilisation de Joomla!

                    Si vous ne possédez pas le droit d'écriture sur le dossier racine de votre site et ne pouvez l'attribuer, le fichier de configuration ne pourra pas être créé durant le processus d'installation. Vous devez alors le créer manuellement sur votre ordinateur à l'aide d'un simple éditeur de texte, le laisser vide et l'enregistrer sous le nom de configuration.php puis, le placer à la racine du site et lui attribuer les droits d'écriture le temps de l'installation et de la configuration de Joomla. Pour des raisons de sécurité, il est prudent de verouiller ce fichier par la suite ; notez que si ce fichier est verouillé, vous ne pourrez pas modifier la configuration de Joomla.
                    Vous pouvez également poursuivre l'installation et copier, en fin de procédure, le contenu affiché pour créer ce fichier.

                    Version de PHP >= 5.3.1 Oui
                    Magic Quotes GPC Off Non
                    Register Globals Non
                    Support de la compression zlib Oui
                    Support de XML Oui
                    Bases de données supportées :
                    (mysqli, mysql, postgresql, sqlite, pdo) Oui
                    Directive Mbstring langage par défaut Oui
                    Directive Mbstring overload désactivée Oui
                    INI Parser Support Oui
                    Support JSON Oui
                    configuration.php Modifiable Oui
                    Paramètres recommandés :
                    Ces paramètres PHP sont recommandés pour une compatibilité optimale avec Joomla.
                    S'ils ne sont pas tous en vert, Joomla! pourra tout de même fonctionner mais des extensions risquent de ne pas être utilisables.

                    Directive Recommandé Actuel
                    Safe Mode Désactivé Désactivé
                    Afficher les erreurs Désactivé Activé
                    Transfert de fichiers Activé Activé
                    Magic Quotes Runtime Désactivé Désactivé
                    Output Buffering Désactivé Activé
                    Session Auto Start Désactivé Désactivé
                    Support ZIP natif Activé Activé

                    Commentaire


                    • #11
                      Re : Problème installation distant

                      Cela me semble être ce que tu voulais!
                      Christophe
                      http://www.webcrea.fr

                      Commentaire


                      • #12
                        Re : Problème installation distant

                        Oui et non car je suis bloqué sur cette page www.stephcuisine.fr

                        Commentaire


                        • #13
                          Re : Problème installation distant

                          essai ça

                          SetEnv PHP_VER 5_3
                          SetEnv REGISTER_GLOBALS 0
                          SetEnv MAGIC_QUOTES 0

                          tu as 2 "non" (en rouge) a faire passer a "oui" (en vert) pour pouvoir poursuivre
                          Ce forum, vous l'aimez ? il vous a sauvé la vie ? Vous y apprenez chaque jour ? Alors adhérez à l'AFUJ https://www.joomla.fr/association/adherer
                          Cette année, le JoomlaDay FR a lieu à Bruxelles, les 20 et 21 mai 2022, plus d'infos et inscriptions : www.joomladay.fr

                          Commentaire


                          • #14
                            Re : Problème installation distant

                            C' bon, ça fonctionne !
                            Merci !!

                            Commentaire

                            Annonce

                            Réduire
                            Aucune annonce pour le moment.

                            Partenaire de l'association

                            Réduire

                            Hébergeur Web PlanetHoster
                            Travaille ...
                            X